home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Comms / Tricks Folder / Teaching / scripts / imagemap.config < prev    next >
Encoding:
Text File  |  1995-08-16  |  1.4 KB  |  39 lines  |  [TEXT/ttxt]

  1. #
  2. #   Sample Mac-ImageMap configuration file.
  3. #   This file must be placed in the same directory as the
  4. #   Mac-imagemap program, and it must be named imagemap.config.
  5. #
  6. #   by: Lutz Weimann
  7. #   latest modification at: 14th November 1994
  8.  
  9. #   Replace the string "your.host" below with your actual
  10. #   servers hostname (remove the :port-number part if you
  11. #   use the standard port number 80.
  12. #$$HostName : 152.1.24.177
  13.  
  14. #   Replace below [Server administrator] with your e-mail address
  15. #$$ServerAdmin : eric_morgan@ncsu.edu
  16.  
  17. #   Note: the above line is an active specification - like every 
  18. #   line which starts with the character sequence #$ .
  19.  
  20. #   Uncomment the line below (remove ##) to let Mac-ImageMap stay open
  21. #  (The number behind " : " is actually meaningless, if positive)
  22.  
  23. StayOpen : 0
  24.  
  25. #   the demomap-example, which is contained within the distribution.
  26. #   the filename of the map file must be given in Macintosh-style:
  27. #   the leading colon ":" indicates, that demomap is a subfolder of
  28. #   the Mac-Imagemap folder, wherein the map-file DemoPicture.map resides.
  29. demomap : :demomap:DemoPicture.map
  30. imagemap : :imagemap.map
  31.  
  32. #   a non-existent map, just for testing the Mac-ImageMap error handling
  33. nonexistent : nonexistent.map
  34.  
  35. # another (non-existent) file, just on the top level of your harddisk (named "HD").
  36. # since MacHTTP never needs to access the map-definition file, this will also work.
  37. nomap : HD:nomap.map
  38.  
  39.